home *** CD-ROM | disk | FTP | other *** search
- ; This file was created using MAKEOTHR from the package ICPR20
- ; designed by Wayne Wolf. ICPR20 Copyright 1987
- ; You may modify this file in any way you wish but since the make
- ; files utilize the existing cmd files I discourage it. If you have
- ; comments or useful modifications please contact me, either at
- ; unix: ww@ufcsg.ufl.edu or bbs: PC-EXCHANGE at 404-977-6686.
- Clear
- Message "Which step file to return to ('STEP' + Area code) ?"
- Message "--> "
- Locate 1,5
- Get S0
- Message " "
- Message "What mode (H for Hayes, R for Racal, in caps please) ?"
- Message "--> "
- Locate 3,5
- Get S7
- Find S7 "R"
- If Found
- Tran "!"
- Else
- Tran "ATZ!"
- EndIf
- Pause 2
- Execute S0
- Exit
-